home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / IFileNameStyle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  222 b   |  5 lines

  1. public interface IFileNameStyle {
  2.    int HTMLName = 0;
  3.    int DosName = 1;
  4. }
  5.